home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / qwack096.zip / QWACK.CFG next >
Text File  |  1992-04-09  |  5KB  |  132 lines

  1. ; ■ QWacK v0.96 Beta ■ Configuration File
  2. ; Copyright (C) 1992 by Cutting Edge Computing
  3. ; All Rights Reserved.
  4. ;
  5. ; Written by George Hatchew at Fidonet 1:2240/176
  6. ; The Wild! Blue BBS  1-313-743-8464  (14400 HST/v32bis data line)
  7. ;
  8. ; Voice phone support:  1-313-743-WAVE
  9. ;
  10.  
  11. ; Lines beginning with a ';' and blank lines are ignored.
  12.  
  13. ; `DownloadDir' is the drive and path where QWacK will place newly created
  14. ; Blue Wave compatible mail bundles when running `QWACK IN' mode.
  15. ; This should most likely be the SAME path that you have defined in BWAVE
  16. ; as your "Download Directory".
  17.  
  18. DownloadDir    c:\bwave\down
  19.  
  20.  
  21. ; `UploadDir' is the drive and path where QWacK will place QWK-compatible
  22. ; .REP files after converting them from Blue Wave's .NEW format when
  23. ; running `QWACK OUT' mode.
  24.  
  25. UploadDir      c:\comm\upload
  26.  
  27. ; `DefaultDirQWK' is the default directory to search for the packet
  28. ; name entered on the command line.  When running in QWACK IN mode,
  29. ; QWacK will try to open the file that you enter on the command line FIRST.
  30. ; If the filename that you entered on the command line cannot be opened,
  31. ; QWacK appends the file name you entered on the command line to the
  32. ; path defined here, and tries again.
  33. ;
  34. ; For example, if the current directory is "C:\BWAVE", and you store your
  35. ; download QWK packets in "C:\COMM\DOWN", you may enter this on the
  36. ; command line [assuming your `DefaultDirQWK' dir is set to "C:\COMM\DOWN":
  37. ;
  38. ; QWACK IN WILDBLUE
  39. ;
  40. ; QWacK will then look for "WILDBLUE.QWK" in the current directory.  If the
  41. ; file is not found, it will look for "C:\COMM\DOWN\WILDBLUE.QWK".  Only
  42. ; if the second test fails will QWacK abort with an error.  This allows
  43. ; you to override the default path of the file to convert on the command
  44. ; line, while still allowing you the option of typing only the root name
  45. ; of the file to convert.
  46.  
  47. DefaultDirQWK  c:\comm\down
  48.  
  49.  
  50.  
  51. ; `DefaultDirNEW' performs the same basic function as `DefaultDirQWK',
  52. ; which is described above.  The only difference is that QWacK will look
  53. ; for *.NEW packets in this directory when running in QWACK OUT mode.
  54.  
  55. DefaultDirNEW  c:\bwave\upload
  56.  
  57.  
  58. ; QWacK allows you the option of deleting your converted .QWK files after
  59. ; they have been processed and converted to Blue Wave readable format.
  60. ; If you never want the original .QWK mail bundles deleted, uncomment
  61. ; `NeverDeleteQWK'.  If you would like QWacK to always delete the original
  62. ; .QWK file after a successful conversion, uncomment `AutoDeleteQWK'.  If
  63. ; `PromptDeleteQWK' is uncommented, QWacK will ask you whether or not you
  64. ; would like to delete the QWK mail bundle after the conversion has been
  65. ; performed.
  66.  
  67. ; NeverDeleteQWK
  68. ; AutoDeleteQWK
  69. PromptDeleteQWK
  70.  
  71. ; The `NeverDeleteNEW', `AutoDeleteNEW', and `PromptDeleteNEW' keywords
  72. ; work in the same manner as described above.  When running in `QWACK OUT'
  73. ; mode, QWacK will delete or preserve the original Blue Wave compatible
  74. ; .NEW reply packet based upon which keyword is uncommented below.
  75. ;
  76. ; WARNING:  If you delete your Blue Wave-compatible .NEW file, QWACK will
  77. ;           not be able to recreate the .NEW file from the .REP file!
  78. ;           Therefore, you will not be able to edit your replies with BWAVE!
  79. ;
  80.  
  81. ; NeverDeleteNEW
  82. ; AutoDeleteNEW
  83. PromptDeleteNEW
  84.  
  85.  
  86. ; QWacK needs to know if you are converting a reply bundle to .REP format
  87. ; for uploading to a NON-FIDONET BBS.  If you are uploading your .REP
  88. ; packet to a BBS that participates in RIME, PCBNet, Intellec Net, or some
  89. ; other NonFidonet network, you will need to uncomment this line.  If you
  90. ; use this mode for FidoNet mail packets, be forewarned that you may have
  91. ; conference moderators jumping down your throat!
  92. ;
  93. ; If you participate in both types of mail networks, you should probably
  94. ; leave this keyword commented OUT, and use the /NOFIDO command line switch
  95. ; when running `QWACK OUT' on packets destined for a non-Fidonet BBS.
  96. ;
  97. ; QWacK's default mode is to create FidoNet-compliant .REP files.
  98. ;
  99. ; NonFidoMode
  100.  
  101. ; In order to compress and decompress QWK and BW mail bundles, it is
  102. ; necessary for QWACK to know what command lines to execute to accomplish
  103. ; the task.  QWACK auto-detects the archive format, and issues the defined
  104. ; command lines to DOS.  If your archivers are not on your DOS PATH, you
  105. ; must define the full path and filename to your archivers.
  106. ;
  107. ; When compressing a bundle, "@F" is replaced with the filename to
  108. ; create.  "@I" is replaced with the filename(s) to include in the file.
  109. ;
  110. ; When decompressing a bundle, "@F" is replaced with the filename to
  111. ; decompress.  "@I" is replaced with the destination of the decompressed
  112. ; files.
  113. ;
  114. ; In most cases, you will NOT need to change anything with these
  115. ; command lines except for defining the directory where these utilities
  116. ; reside (if they are not on your DOS PATH).
  117.  
  118. ZIP_mash      pkzip.exe @F @I
  119. ZIP_unmash    pkunzip.exe @F @I
  120.  
  121. ARJ_mash      arj a -i1 @F @I
  122. ARJ_unmash    arj e -i1 @F @I
  123.  
  124. LZH_mash      lha a @F @I
  125. LZH_unmash    lha e @F @I
  126.  
  127. ARC_mash      c:\util\archiver\pkarc a @F @I
  128. ARC_unmash    c:\util\archiver\pkxarc @F @I
  129.  
  130. PAK_mash      pak a @F @I
  131. PAK_unmash    pak e @F @I
  132.